ASP.NET Core MVC コントロールヘルプ
RefreshOnEdit プロパティ (BaseCollectionViewService<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > BaseCollectionViewService<T> クラス : RefreshOnEdit プロパティ
Gets or sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited.
シンタックス
'宣言
 
Public Overridable Property RefreshOnEdit As System.Boolean
public virtual System.bool RefreshOnEdit {get; set;}
解説
This property is set to true by default, which ensures the collection is always sorted, filtered, and grouped correctly after any edit operations.
参照

BaseCollectionViewService<T> クラス
BaseCollectionViewService<T> メンバ